org.eclipse.vtp.desktop.editors.core.elements
Class ApplicationFragmentVariableMapping
java.lang.Object
org.eclipse.vtp.desktop.editors.core.elements.ApplicationFragmentVariableMapping
- All Implemented Interfaces:
- java.lang.Cloneable
public class ApplicationFragmentVariableMapping
- extends java.lang.Object
- implements java.lang.Cloneable
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAPPING_NONE
public static final int MAPPING_NONE
- See Also:
- Constant Field Values
MAPPING_STATIC
public static final int MAPPING_STATIC
- See Also:
- Constant Field Values
MAPPING_EXPRESSION
public static final int MAPPING_EXPRESSION
- See Also:
- Constant Field Values
MAPPING_VARIABLE
public static final int MAPPING_VARIABLE
- See Also:
- Constant Field Values
ApplicationFragmentVariableMapping
public ApplicationFragmentVariableMapping(java.lang.String fragmentVariableName,
int mappingType,
java.lang.String mappingValue)
getFragmentVariableName
public java.lang.String getFragmentVariableName()
setFragmentVariableName
public void setFragmentVariableName(java.lang.String fragmentVariableName)
getMappingType
public int getMappingType()
setMappingType
public void setMappingType(int mappingType)
getMappingValue
public java.lang.String getMappingValue()
setMappingValue
public void setMappingValue(java.lang.String mappingValue)
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object